Skip to main content

What’s New

Qrvey 8.5
Version 8.5 (LTS) of the Qrvey platform is now available to customers. This version includes several new features and performance improvements.
Learn More
End-of-life Schedule
We've added a new article that lists the features and endpoints that have been scheduled for deprecation. All features and endpoints will be supported for (1) year after the release date of the LTS version that contains the alternative.
Learn More
NodeJS Deprecation
AWS has announced that it is deprecating NodeJS 12, 14, and 16. To avoid any issues as a result of this deprecation, upgrade your instances of the Qrvey platform as described in this announcement.
Learn More
Version: 8.5

Overview of Connections

You can create and manage your connections to various data sources in the Connections tab.

connections

From the Connections page, you can click on an existing connection to make changes to the configuration settings. If this is the first time you are accessing the Connections page, you must first create a new connection by choosing the connection type and filling in the required information to establish the connection.

connections

The UI supports creating connections for the following data sources:

  • SQL Server
  • MySQL
  • PostgreSQL
  • Oracle
  • Amazon Redshift
  • Amazon Athena
  • MongoDB
  • Snowflake
  • DynamoDB

For CSV data or unstructured data, such as JSON documents, the UI supports uploading those file types directly or by pointing to an S3 bucket where those files reside. Additionally, API connections are supported in the UI to “push” data into one or more datasets.

See the articles below to get more information on database sources, file sources, and API sources:

If you have already created connections, then you will see them listed here, along with a New Connection button to create new ones, which will again prompt you with the available data source types modal window.

connections

To edit or delete an existing connection, use the three-dot menu in the top-right corner of each card. Note, that editing connections can potentially lead to errors with any data syncs configured for datasets that rely on those connections. Please verify that the connection is successful after making any changes.

Check how many Datasets are using a specific Connection by hovering over the In use button. If there are no Datasets tied to that Connection, there is a gray Not used button.

connections

By clicking the In use button, you can get more details about the Datasets that are using this connection, like the Dataset Name along with the creation date and the person who created it.

connections

An option to preview data appears on cards for which the connection is established directly to a data source, such as a file, table/view, or query. When you click on View Source Data in the connection card, a preview of the data that’s available for loading will appear. You can see the first 100 records and the number of total records for custom queries displayed above the table.

connections

Before a connection can be deleted, the UI will list any dependent Datasets and Automated Flows that depend on that connection. If a connection that is being used is deleted, the assets that depend on that connection can break. In the case of datasets, they will remain active, however, the data cannot be reloaded. In the case of Automation, flows will be executed but the actions using the connection will not work.

connections